home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / sudoku20402212312006.psc / Super Sudoku Solver / frmNew.frm < prev    next >
Text File  |  2005-08-03  |  2KB  |  59 lines

  1. VERSION 5.00
  2. Begin VB.Form frmNew 
  3.    Caption         =   "Create new puzzle"
  4.    ClientHeight    =   1845
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    ClipControls    =   0   'False
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    NegotiateMenus  =   0   'False
  14.    ScaleHeight     =   1845
  15.    ScaleWidth      =   4680
  16.    StartUpPosition =   1  'CenterOwner
  17.    Begin VB.Label Label2 
  18.       Alignment       =   2  'Center
  19.       Caption         =   "One moment please"
  20.       BeginProperty Font 
  21.          Name            =   "MS Sans Serif"
  22.          Size            =   18
  23.          Charset         =   0
  24.          Weight          =   400
  25.          Underline       =   0   'False
  26.          Italic          =   0   'False
  27.          Strikethrough   =   0   'False
  28.       EndProperty
  29.       Height          =   735
  30.       Left            =   120
  31.       TabIndex        =   1
  32.       Top             =   960
  33.       Width           =   4455
  34.    End
  35.    Begin VB.Label Label1 
  36.       Alignment       =   2  'Center
  37.       Caption         =   "Creating new puzzle"
  38.       BeginProperty Font 
  39.          Name            =   "MS Sans Serif"
  40.          Size            =   18
  41.          Charset         =   0
  42.          Weight          =   400
  43.          Underline       =   0   'False
  44.          Italic          =   0   'False
  45.          Strikethrough   =   0   'False
  46.       EndProperty
  47.       Height          =   735
  48.       Left            =   120
  49.       TabIndex        =   0
  50.       Top             =   240
  51.       Width           =   4455
  52.    End
  53. End
  54. Attribute VB_Name = "frmNew"
  55. Attribute VB_GlobalNameSpace = False
  56. Attribute VB_Creatable = False
  57. Attribute VB_PredeclaredId = True
  58. Attribute VB_Exposed = False
  59.